[Top] [Prev] [Next] [Bottom] [Contents]

SaListHead

Prints an HTML list header fragment to an HTML stream.

Synopsis

#include "SaRnHtml.h"
int SaListHead(char* evalue);

Arguments

evalue
A string specifying the list header's value. This string is converted to an HTML
compatible string. If evalue is NULL, an empty string is used.

Return Values

Returns an integer with a value of 0.

Description

Prints an HTML list header fragment to an HTML stream.

Example

The code fragment:

SaListHead("Products");
will write:

<LH>Products</LH>
to the output stream.

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.